home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on mouseUp
- global gPopBox, gPopNo, gPopYes, gLangSelect
- go("preScreen")
- set the memberNum of sprite gPopBox to the number of member (gLangSelect & " popup language")
- set the memberNum of sprite gPopNo to the number of member (gLangSelect & " lang up")
- set the memberNum of sprite gPopYes to the number of member "e lang up"
- updateStage()
- end
-